home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_100 / 167_01 / c_user.l4 < prev    next >
Text File  |  1985-08-19  |  4KB  |  159 lines

  1.  
  2.  
  3.  
  4.     byHeart Software ************
  5.       byHeart Software **********
  6.          byHeart Software *******
  7.                 byHeart Software ****
  8.            byHeart Software *
  9.  
  10.  
  11.  
  12.                     byHeart Software
  13.                     2 - 2016 West First Avenue
  14.                     Vancouver, B.C. V6J 1G8
  15.                     Canada
  16.  
  17.                     November 8th, 1985
  18.  
  19. C Users' Group
  20. P.O. Box 97
  21. McPherson, KS 67460
  22. U.S.A.
  23.  
  24. Attn: Donna Ward
  25.  
  26. Dear Donna,
  27.  
  28.     Contributions time again, folks! Latest tidbits are:
  29.  
  30.     1.  BU.C, Version 1.02  - the previous version had a
  31.         nasty habit of failing to properly copy zero length
  32.         files and files that exactly filled the dynamically
  33.         allocated buffer used for copying. Now corrected.
  34.  
  35.     2.  FGREP.C, Version 1.05 - inconsistency of use between
  36.         -v and -c options corrected, and will now properly
  37.         compile under MS-DOS Microsoft and Lattice C
  38.         compilers.
  39.  
  40.     3.  FGREP.DOC - transcript of my article "Parallel
  41.         Pattern Matching and FGREP" in the September issue of
  42.         Dr. Dobb's Journal. Almost everything you would want
  43.         to know about the Aho-Corasick algorithm behind
  44.         "fgrep".
  45.  
  46.     4.  MORE.C - a CP/M version of MS-DOS's "more" utility.
  47.         Simple but useful.
  48.  
  49.     5.  SPLINE.C - UNIX has this fascinating filter that
  50.         takes numerical x-y co-ordinates and interpolates
  51.  
  52.  
  53.  
  54.  
  55.                   - 1 -
  56.  
  57.         between them to create data for a continuous,
  58.         mathematically smooth curve. Useful for 2-D graphics,
  59.         data plotting, numerically-controlled milling
  60.         machines. Great for roller coaster design! It is now
  61.         in the public domain.
  62.  
  63.     6.  SPLINE.DOC - for those fellow crazies who find
  64.         mathematics not only comprehensible, but almost as
  65.         much fun as programming. Explains the mathematical
  66.         theory of cubic splines.
  67.  
  68.     7.  PREP.C - I'm not quite sure who would find UNIX's
  69.         "prep" utility useful. For those that may, it also is
  70.         now in the public domain.
  71.  
  72.     A question to be answered via the next newsletter: how small
  73. is McPherson, anyway? (A straight and honest answer is not
  74. expected.)
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.                     Yours truly,
  98.  
  99.                     Ian Ashdown, P.Eng.
  100. IEA/ia                    Design Engineer
  101.  
  102.  
  103.             AUTHOR'S RELEASE
  104.           For CUG Library Contribution
  105.  
  106. Return to:      CUG
  107.           P.O. Box 97
  108.           McPherson, KS 67460
  109.  
  110. NAME:    Ian Edward Ashdown    DATE:    November 8th, 1985
  111.  
  112. ADDRESS:    1089 West 21st Street
  113.  
  114. CITY:    North Vancouver      PROVINCE: B.C.   POSTAL CODE: V7P 2C6
  115.  
  116. COUNTRY:    Canada
  117.  
  118. PHONE:    (604) 738-5927    (home - byHeart Software)
  119.     (604) 922-6148    (home - as of February, 1986)
  120.  
  121. DESCRIPTION OF SUBMITTED MATERIALS:
  122.  
  123.     1.  BU.C, Version 1.02  - the previous version had a
  124.         nasty habit of failing to properly copy zero length
  125.         files and files that exactly filled the dynamically
  126.         allocated buffer used for copying. Now corrected.
  127.  
  128.     2.  FGREP.C, Version 1.05 - inconsistency of use between
  129.         -v and -c options corrected, and will now properly
  130.         compile under MS-DOS Microsoft and Lattice C
  131.         compilers.
  132.  
  133.     3.  FGREP.DOC - transcript of my article "Parallel
  134.         Pattern Matching and FGREP" in the September '85
  135.         issue of Dr. Dobb's Journal.
  136.  
  137.     4.  MORE.C - a CP/M version of MS-DOS's "more" utility.
  138.  
  139.     5.  SPLINE.C - a full emulation of UNIX's "spline"
  140.         filter.
  141.  
  142.     6.  SPLINE.DOC - explains the mathematical theory of
  143.         cubic splines.
  144.  
  145.     7.  PREP.C - a full emulation of UNIX's "prep" filter.
  146.  
  147.  
  148. The submitted files are:
  149.  
  150.     Under my direct control hereby placed into public domain.
  151.     Permission is hereby granted to the C Users' Group to
  152.     distribute the submitted materials freely for
  153.     non-commercial personal use.
  154.  
  155. Signed:
  156.  
  157. Date:
  158. had a
  159.